home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / quicktime text / qttext / readme < prev   
Encoding:
Text File  |  2000-06-23  |  781 b   |  18 lines

  1. README - QTText
  2.  
  3. QTText is a sample application that shows how to do searches on text media,
  4. how to use a simple text procedure to retrieve the text from a text media sample,
  5. and how to edit that text. It is based on the code provided with the develop article
  6. on QuickTime text by Nick Thompson (issue 20). Make sure to read that article
  7. for complete details on the techniques employed in QTText.
  8.  
  9. For Windows builds using Microsoft Visual C++, the Makefile (QTText.mak)
  10. automatically calls Rez to create the resource file QTText.qtr from the
  11. input file QTText.r. The .qtr file must reside in the same directory as the
  12. application QTText.exe. For final delivery of your product, you should
  13. insert the .qtr file into the .exe file by using the tool RezWack.
  14.  
  15. Enjoy,
  16. QuickTime Team
  17.  
  18.